-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieve local ijk's of an LGR, given its name #828
Conversation
jenkins build this please |
1a44eec
to
482e329
Compare
@blattms At some point, some methods related to refinement can be moved into CpGridUtilities, in case the header is kept |
23d1b90
to
57114b2
Compare
jenkins build this please |
1 similar comment
jenkins build this please |
1db6f0a
to
bd231ba
Compare
jenkins build this please |
6fea239
to
24d41ea
Compare
jenkins build this please |
@blattms if checks are green, then it's ready for review. In the test file, I'm using the essentially the same deck_string only modifying the ACTNUM part. Is there a way to shorten the file using some methods to change the ACTNUM input in each case? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments and suggestions.
b15176f
to
b3bbe3d
Compare
All comments have been addressed ready for a final check |
jenkins build this please |
I think jenkins will fail, running it anyway to prevent a breaking merge |
jenkins build this please |
43d28a8
to
6ce856e
Compare
Co-authored-by: Markus Blatt <[email protected]>
jenkins build this please |
Thanks, @blattms. Now, it should not fail |
To facilitate output file generation, it is beneficial to retrieve the local IJK coordinates from each refined level grid based on its name.
Currently, inactive cells in LGRs are not supported in "opm-common." Nevertheless, an lgrIJK() test for a grid containing inactive cells within the LGR block has been added (and commented out). This case test passes if initLgr() is not invoked in opm-common/opm/input/eclipse/EclipseState/EclipseState.cpp.